Order Active Type Name Expression RateExpression SurchargeExpression NameExpression DescriptionExpression 0 True Boolean $Debug true 1 True String Vendor1 Cities "Boston, Seattle, Las Vegas" 2 True Boolean Not a Vendor1 City ![Vendor1 Cities].Contains(ShippingAddress.City) 3 False ErrorExit Vendor1 Restriction Items.Any(Product.VendorId = 1) and [Not a Vendor1 City] "Sorry, vendor " + Items.First(Product.VendorId = 1).GetVendor().Name + " does not deliver in your city" 4 True ErrorExit Vendor1 Restriction Show Product Items.Any(Product.VendorId = 1) and [Not a Vendor1 City] "Sorry, " + Items.First(Product.VendorId = 1).Product.Name + " is sold by " + Items.First(Product.VendorId = 1).GetVendor().Name + ", whom does not deliver in your city" 100 True Option Shipping true 5 "Your cart weighs " + [$TotalWeight].ToString() + " lbs."